projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fd6bdb
)
* w32term.c (note_mouse_movement): Fix last change.
author
Dmitry Antipov
<dmantipov@yandex.ru>
Wed, 18 Sep 2013 13:18:39 +0000
(17:18 +0400)
committer
Dmitry Antipov
<dmantipov@yandex.ru>
Wed, 18 Sep 2013 13:18:39 +0000
(17:18 +0400)
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/w32term.c
b/src/w32term.c
index 7c0a3987d1e26a95aa5fd9f7c81e4fb0c6f9361f..805ee59ea4f78ba9ed4ff57a6cd4af78bc0c1ac3 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-3311,7
+3311,7
@@
note_mouse_movement (struct frame *frame, MSG *msg)
int mouse_x = LOWORD (msg->lParam);
int mouse_y = HIWORD (msg->lParam);
- if (!FRAME_
W32
_OUTPUT (frame))
+ if (!FRAME_
X
_OUTPUT (frame))
return 0;
dpyinfo = FRAME_DISPLAY_INFO (frame);